Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : Values Property |
public ICollection<TValue> Values {get;}
'Declaration Public ReadOnly Property Values As ICollection(Of TValue)
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim value As ICollection(Of TValue) value = instance.Values
public: __property ICollection<TValue*>* get_Values();
public: property ICollection<TValue^>^ Values { ICollection<TValue^>^ get(); }